Package com.cisco.pt.ipc.sim
Interface VpdnGroup
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
VpdnGroupImpl
Information provided by the PKI file:
\class VpdnGroup
\brief VpdnGroup handles and manipulates VPDN groups.
\example network().getDevice("Router0").getProcess("VirtualTemplateManager").getVpdnGroupAt(0)
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:booleanisDialIn()Information provided by the PKI file:booleanInformation provided by the PKI file:voidsetDialIn(boolean flag) Information provided by the PKI file:voidsetGroupName(String name) Information provided by the PKI file:voidsetProtocolPppoe(boolean bIsPppoe) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
setDialIn
void setDialIn(boolean flag) Information provided by the PKI file:
\brief Enables or disables dial in. \param flag, true to enable dial in, false to disable it.- Parameters:
flag- Takes in a parameter of flag
-
isDialIn
boolean isDialIn()Information provided by the PKI file:
\brief Returns true if dial in is enabled, otherwise false. \return bool, true if dial in is enabled, otherwise false.- Returns:
- boolean Returns a boolean
-
setProtocolPppoe
void setProtocolPppoe(boolean bIsPppoe) Information provided by the PKI file:
\brief Enables or disables the PPPoE protocol. \param bIsPppoe, true to enable the PPPoE protocol, false to disable it.- Parameters:
bIsPppoe- Takes in a parameter of bIsPppoe
-
isProtocolPppoe
boolean isProtocolPppoe()Information provided by the PKI file:
\brief Returns true if the PPPoE protocol is enabled, otherwise false. \return bool, true if the PPPoE protocol is enabled, otherwise false.- Returns:
- boolean Returns a boolean
-
setGroupName
Information provided by the PKI file:
\brief Sets the VPDN group name. \param name, the name for the VPDN group.- Parameters:
name- Takes in a parameter of name
-
getGroupName
String getGroupName()Information provided by the PKI file:
\brief Returns the VPDN group name. \return string, the name of the VPDN group.- Returns:
- String Returns a String
-
getVirtualTempInt
VirtualTemplateInterface getVirtualTempInt()Information provided by the PKI file:
\brief Returns the virtual template interface. \return vInterface, the VirtualTemplateInterface object.- Returns:
- VirtualTemplateInterface Returns a VirtualTemplateInterface
-